home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / et / et3_0-a1.lha / et3 / src / ET++.h < prev    next >
C/C++ Source or Header  |  1992-05-15  |  1KB  |  95 lines

  1. #ifndef ET_First
  2. #ifdef __GNUG__
  3. //pragma once
  4. #pragma interface
  5. #endif
  6. #define ET_First
  7.  
  8. #ifndef Types_First
  9. #include "Types.h"
  10. #endif
  11.  
  12. #ifndef Class_First
  13. #include "Class.h"
  14. #endif
  15.  
  16. #ifndef Port_First
  17. #include "Port.h"
  18. #endif
  19.  
  20. #ifndef VObject_First
  21. #include "VObject.h"
  22. #endif
  23.  
  24. #ifndef CompVObject_First
  25. #include "CompVObject.h"
  26. #endif
  27.  
  28. #ifndef TextItem_First
  29. #include "TextItem.h"
  30. #endif
  31.  
  32. #ifndef Application_First
  33. #include "Application.h"
  34. #endif
  35.  
  36. #ifndef Document_First
  37. #include "Document.h"
  38. #endif
  39.  
  40. #ifndef Window_First
  41. #include "Window.h"
  42. #endif
  43.  
  44. #ifndef View_First
  45. #include "View.h"
  46. #endif
  47.  
  48. #ifndef Scroller_First
  49. #include "Scroller.h"
  50. #endif
  51.  
  52. #ifndef Splitter_First
  53. #include "Splitter.h"
  54. #endif
  55.  
  56. #ifndef Clipper_First
  57. #include "Clipper.h"
  58. #endif
  59.  
  60. #ifndef Expander_First
  61. #include "Expander.h"
  62. #endif
  63.  
  64. #ifndef Menu_First
  65. #include "Menu.h"
  66. #endif
  67.  
  68. #ifndef MenuBar_First
  69. #include "MenuBar.h"
  70. #endif
  71.  
  72. #ifndef Command_First
  73. #include "Command.h"
  74. #endif
  75.  
  76. #ifndef CmdNo_First
  77. #include "CmdNo.h"
  78. #endif
  79.  
  80. #ifndef String_First
  81. #include "String.h"
  82. #endif
  83.  
  84. #ifndef Error_First
  85. #include "Error.h"
  86. #endif
  87.  
  88. //---- Alert Utilities
  89. #ifndef Alert_e_First
  90. #include "Alert_e.h"
  91. #endif
  92.  
  93. #endif
  94.  
  95.